home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / seek_trunc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  125 b   |  6 lines

  1. #include <sys/types.h>
  2. #include "seek.h"
  3.  
  4. int seek_trunc(fd,pos) int fd; seek_pos pos;
  5. { return ftruncate(fd,(off_t) pos); }
  6.